Skip to content

added preliminary support for newer standards / some cleanups#6423

Merged
firewave merged 6 commits intocppcheck-opensource:mainfrom
firewave:cpp26
May 23, 2024
Merged

added preliminary support for newer standards / some cleanups#6423
firewave merged 6 commits intocppcheck-opensource:mainfrom
firewave:cpp26

Conversation

@firewave
Copy link
Copy Markdown
Collaborator

No description provided.

@firewave firewave changed the title added preliminary support for newer standards added preliminary support for newer standards / some cleanups May 23, 2024
@firewave firewave marked this pull request as ready for review May 23, 2024 10:09
Comment thread lib/keywords.cpp
return c17_keywords;
case Standards::cstd_t::C23:
return c23_keywords_all;
return c23_keywords;
Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This returned the wrong container but I think it is still unused.

@firewave firewave merged commit 191f339 into cppcheck-opensource:main May 23, 2024
@firewave firewave deleted the cpp26 branch May 23, 2024 15:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants